jump instruction

英 [dʒʌmp ɪnˈstrʌkʃn] 美 [dʒʌmp ɪnˈstrʌkʃn]

网络  跳转指令; 跳跃指令; 转移指令

计算机



双语例句

  1. One method for resolving the targets is to assume that the jump will transfer control to every instruction ( or to every block).
    解析这些跳转目标的一个方法是,假定跳转会把控制传送给每条指令(或每个指令块)。
  2. To intervene manually in a routine and cause the computer to execute a jump instruction.
    在程序运行过程中,进行人工中断或干预,使计算机执行一条转移指令。
  3. If we load this known address, as data, into the program counter, we execute a jump instruction.
    如果我们将已知的地址依数据加载到程序计数器中,就可以执行一条转移指令。
  4. In computer programming, a jump instruction.
    计算机程序设计中的一种跳转指令。
  5. The linear sweep method can be fooled by introducing garbage data immediately after an unconditional jump instruction.
    通过在一条无条件跳转指令之后立即插入无用数据,能够欺骗线性扫描方法。
  6. Booting module gets information of the computer and configures the global descriptor table, interrupt descriptor table and page directory, after this, it use long jump instruction to go into protected mode.
    内核引导完成的主要功能是从磁盘上把内核装载至内存,读取系统硬件参数,设置全局描述符表、中断描述符表和页目录表,利用长跳转指令,从实模式切入保护模式。
  7. Jump instruction can control the access value of PC, so the destination address can be got directly;
    跳转指令可以控制PC的取值,直接寻找到目标地址;
  8. Only if the conditional branches jump instruction occupies a higher proportion in jump instruction is optimized, could it reduce the overhead efficiently generated by the jump instruction.
    只有在对跳转指令中占有比例较高的条件分支跳转进行一定优化后,才能有效减少由指令跳转产生的开销。
  9. Based on these information, make the attack code accepts the buffer boundary check, stack boundary check, return address check and jump instruction check, intercept attacks on the key nodes of buffer overflow attacks, enhance system dynamic security.
    依据这些信息,对攻击行为执行缓冲区边界检查,栈边界检查,返回地址保护和跳转指令检查,在缓冲区溢出攻击流程的关键节点拦截攻击,增强系统运行过程中的安全性。
  10. Software programming use ladder diagram ( LAD) as programming language and make full use of the counter, compared, jump and label instruction during the ladder diagram to realize its control functions., Winding adopts PID closed-loop simulation control among them.
    软件编程采用梯形图(LAD)作为编程语言,充分利用了梯形图中的计数器、比较、跳转与标号等功能指令,实现其控制功能。其中,缠绕部分采用了PID闭环模拟控制。
  11. Each exceptional interruption of ARM processor corresponds to a jump instruction or sends access instructions to the data evaluated by PC register.
    ARM处理器每个异常中断对应一条跳转指令或者向PC寄存器赋值的数据访问指令。